Holds all the information required to define a field. More...
Public Attributes | |
FieldGetter | _getter |
Callback that should be use for the getter. | |
FieldSetter | _setter |
Callback that should be use for the setter. | |
std::string | _fieldName |
The field's name. | |
FUNCTION_PARAMETER_TYPE | _fieldType = FUNCTION_PARAMETER_TYPE::INT |
Field's type. | |
std::string | _userTypeName |
If a user type, the type name attached. | |
Holds all the information required to define a field.